home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 139
/
(Vol 139) Sep 24 2011.iso
/
Games
/
theme_park_thriller.swf
/
scripts
/
frame_10
/
DoAction.as
Wrap
Text File
|
2011-09-24
|
146b
|
10 lines
if(_framesloaded == _totalframes)
{
SFX.gotoAndPlay("Music1");
gotoAndStop("Title");
}
else
{
gotoAndPlay(_currentframe - 5);
}